diff options
Diffstat (limited to 'app/[lng]/sales/(sales)/budgetary/page.tsx')
| -rw-r--r-- | app/[lng]/sales/(sales)/budgetary/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/sales/(sales)/budgetary/page.tsx b/app/[lng]/sales/(sales)/budgetary/page.tsx index 04550353..15b4cdd4 100644 --- a/app/[lng]/sales/(sales)/budgetary/page.tsx +++ b/app/[lng]/sales/(sales)/budgetary/page.tsx @@ -48,14 +48,14 @@ export default async function RfqPage({ <h2 className="text-2xl font-bold tracking-tight"> {title} </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> {description} 기본적인 정보와 RFQ를 위한 아이템 등록 및 첨부를 한 후, <span className="inline-flex items-center whitespace-nowrap"> <Ellipsis className="size-3" /> <span className="ml-1">버튼</span> </span> 을 클릭하면 "Proceed"를 통해 상세화면으로 이동하여 진행할 수 있습니다. - </p> + </p> */} </div> </div> </div> |
